home *** CD-ROM | disk | FTP | other *** search
/ Champak 26 (Anniversary Edition) / Volume 26 [Anniversary Edition] - JOGO DISK .iso / Puzzle / Cubox.swf / scripts / DefineSprite_237 / frame_15 / DoAction_5.as < prev    next >
Text File  |  2004-06-30  |  2KB  |  88 lines

  1. if(active == "1")
  2. {
  3.    if("5" >= Blix1 and "5" >= Blix2 and Blix1 == Blix2 and "0" < Blix1 and "0" < Blix2)
  4.    {
  5.       tellTarget("shock1")
  6.       {
  7.          gotoAndPlay(2);
  8.       }
  9.    }
  10.    if("5" >= Blix2 and "5" >= Blix3 and Blix2 == Blix3 and "0" < Blix2 and "0" < Blix3)
  11.    {
  12.       tellTarget("shock2")
  13.       {
  14.          gotoAndPlay(2);
  15.       }
  16.    }
  17.    if("5" >= Blix4 and "5" >= Blix5 and Blix4 == Blix5 and "0" < Blix4 and "0" < Blix5)
  18.    {
  19.       tellTarget("shock3")
  20.       {
  21.          gotoAndPlay(2);
  22.       }
  23.    }
  24.    if("5" >= Blix5 and "5" >= Blix6 and Blix5 == Blix6 and "0" < Blix5 and "0" < Blix6)
  25.    {
  26.       tellTarget("shock4")
  27.       {
  28.          gotoAndPlay(2);
  29.       }
  30.    }
  31.    if("5" >= Blix7 and "5" >= Blix8 and Blix7 == Blix8 and "0" < Blix7 and "0" < Blix8)
  32.    {
  33.       tellTarget("shock5")
  34.       {
  35.          gotoAndPlay(2);
  36.       }
  37.    }
  38.    if("5" >= Blix8 and "5" >= Blix9 and Blix8 == Blix9 and "0" < Blix8 and "0" < Blix9)
  39.    {
  40.       tellTarget("shock6")
  41.       {
  42.          gotoAndPlay(2);
  43.       }
  44.    }
  45.    if("5" >= Blix1 and "5" >= Blix4 and Blix1 == Blix4 and "0" < Blix1 and "0" < Blix4)
  46.    {
  47.       tellTarget("shock7")
  48.       {
  49.          gotoAndPlay(2);
  50.       }
  51.    }
  52.    if("5" >= Blix2 and "5" >= Blix5 and Blix2 == Blix5 and "0" < Blix2 and "0" < Blix5)
  53.    {
  54.       tellTarget("shock8")
  55.       {
  56.          gotoAndPlay(2);
  57.       }
  58.    }
  59.    if("5" >= Blix3 and "5" >= Blix6 and Blix3 == Blix6 and "0" < Blix3 and "0" < Blix6)
  60.    {
  61.       tellTarget("shock9")
  62.       {
  63.          gotoAndPlay(2);
  64.       }
  65.    }
  66.    if("5" >= Blix4 and "5" >= Blix7 and Blix4 == Blix7 and "0" < Blix4 and "0" < Blix7)
  67.    {
  68.       tellTarget("shock10")
  69.       {
  70.          gotoAndPlay(2);
  71.       }
  72.    }
  73.    if("5" >= Blix5 and "5" >= Blix8 and Blix5 == Blix8 and "0" < Blix5 and "0" < Blix8)
  74.    {
  75.       tellTarget("shock11")
  76.       {
  77.          gotoAndPlay(2);
  78.       }
  79.    }
  80.    if("5" >= Blix6 and "5" >= Blix9 and Blix6 == Blix9 and "0" < Blix6 and "0" < Blix9)
  81.    {
  82.       tellTarget("shock12")
  83.       {
  84.          gotoAndPlay(2);
  85.       }
  86.    }
  87. }
  88.